CollectClassNamesFromSubtreeRequest

data class CollectClassNamesFromSubtreeRequest(nodeId: NodeId)

Represents request frame that can be used with DOM#collectClassNamesFromSubtree operation call.

Collects class names for the node with given id and all of it's child nodes.

See also

Constructors

CollectClassNamesFromSubtreeRequest
Link copied to clipboard
fun CollectClassNamesFromSubtreeRequest(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node to collect class names.

Sources

jvm source
Link copied to clipboard